home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / games.dir / 00101.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  496 b   |  27 lines

  1. on idle
  2.   if rollOver(5) then
  3.     set the castNum of sprite 5 to 16
  4.   else
  5.     set the castNum of sprite 5 to 14
  6.   end if
  7.   if rollOver(6) then
  8.     set the castNum of sprite 6 to 17
  9.   else
  10.     set the castNum of sprite 6 to 15
  11.   end if
  12.   if rollOver(7) then
  13.     set the castNum of sprite 7 to 25
  14.   else
  15.     set the castNum of sprite 7 to 24
  16.   end if
  17.   if rollOver(22) then
  18.     set the ink of sprite 21 to 0
  19.   else
  20.     set the ink of sprite 21 to 39
  21.   end if
  22. end
  23.  
  24. on exitFrame
  25.   go(the frame)
  26. end
  27.